home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DJ.zip / Read me.txt < prev    next >
Text File  |  2012-12-28  |  32KB  |  735 lines

  1. 1. Recovery
  2. 2. Genuine status
  3. 3. Questions and answers
  4. 4. UEFI motherboards
  5. 5. Server 2012 compatibility and Windows 8
  6. 6. Checksums
  7. 7. Changes
  8. 8. Arguments
  9. 9. Extra
  10.  
  11.  
  12.  
  13. ##########################################################################
  14. #   1   -   Recovery
  15. ##########################################################################
  16. Is Windows failing to boot after you installed the loader? Just do the following.
  17.  
  18. * Boot up the PC from your Windows installation disk
  19. * Press and hold SHIFT and then press F10
  20. * Input "bootsect.exe /nt60 SYS /force" (without quotes)
  21. * Restart the PC
  22.  
  23. Note: If the above doesn't fix your boot issue then use the command "bootsect.exe /nt60 ALL /force" instead. Just make sure you remove all USB flash drives before you use the command.
  24.  
  25. Alternatively try holding the 'R' key after your BIOS screen. If you time it right then you'll see a boot menu. From the menu select to boot without a SLIC.
  26.  
  27.  
  28.  
  29. ##########################################################################
  30. #   2   -   Genuine status
  31. ##########################################################################
  32. Have you installed the loader but you're not genuine? Just check the following.
  33.  
  34. * Check the details line contains "v2.1" or "v2.2"
  35. * Try to validate online at http://www.microsoft.com/genuine/validate/
  36.  
  37. Note: If the details line doesn't read v2.1 or v2.2 then go to the advanced tab, select to disable type 4 memory and reinstall the loader. If that doesn't work then use the legacy mode instead.
  38.  
  39.  
  40.  
  41. ##########################################################################
  42. #   3   -   Questions and answers
  43. ##########################################################################
  44. Q. The loaders status says "Modified - Uninstall other cracks", what do I do?
  45. A. You can either find a way to uninstall the other cracks, download WAT Fix or format. http://forums.mydigitallife.info/threads/26994
  46.  
  47. Q. The loaders status says "Unsupported partition table", why is this?
  48. A. You're either using GPT on a UEFI motherboard or you've got a locked OEM partition. Both problems can be fixed by fully formatting your entire hard drive.
  49.  
  50. Q. I received the error message "Error finding your systems active partition", what do I have to do?
  51. A. You need to format the whole hard drive with a program like Active@ Kill Disk. This issue is caused by your locked OEM partition. http://software.lsoft.net/boot-cd-iso.zip
  52.  
  53. Q. I received the error message "Failed to add loader to the boot code", what do I have to do?
  54. A. Disable any system protection. Some types of software block the loader application from installing to the boot code.
  55.  
  56. Q. I've used a version of the loader before and it failed to work, what do I have to do?
  57. A. If you previously used bootsect to get back into Windows then you first need to press uninstall, reboot and then install the newest version of the loader.
  58.  
  59. Q. Why was table sorting changed so that it's now disabled by default?
  60. A. Some machines don't like the table order being changed so to make the loader more system compatible we disabled it by default.
  61.  
  62. Q. I've previously used another activation solution and I think it's modified my systems files, can I fix it?
  63. A. You can first try to uninstall what you originally installed and then try running "sfc.exe /scannow" from command prompt as an administrator.
  64.  
  65. Q. I lose activation status after my systems been to sleep or has been in hibernation, can I fix it?
  66. A. Go to the advanced options and select to disable type 4 memory, install the loader again and see if that cures it. If you're not cured try to disable type 3 memory instead. If it still fails try selecting the legacy setting.
  67.  
  68. Q. I installed the loader and my system hangs during the boot process, can I fix it?
  69. A. Go to the advanced options and select to disable type 4 memory, install the loader again and see if that cures it. If you're not cured try to disable type 3 memory instead. If it still fails try selecting the legacy setting.
  70.  
  71. Q. I installed the loader and rebooted but I'm not activated. The loader application displays the message "BAD SLIC SIZE" or "BAD SLIC DATA", can I fix it?
  72. A. Uninstall the loader, power down and then boot up the system again. Go to the applications advanced options and select to ignore the existing SLIC and then press install.
  73.  
  74.  
  75.  
  76. ##########################################################################
  77. #   4   -   UEFI motherboards
  78. ##########################################################################
  79. The loader doesn't work when the systems using GPT. The workaround is to pre-format your hard drive so that it uses MBR instead.
  80.  
  81. From your BIOS select to boot the Windows DVD without UEFI, press and hold SHIFT and then press F10 and then enter this:
  82.  
  83. diskpart
  84. list disk
  85. select disk 0
  86. clean
  87. convert mbr
  88. create partition primary
  89. select partition 1
  90. format fs=ntfs quick
  91.  
  92. Boot the Windows DVD the same way you did the first time and then continue with the installation of Windows. Once complete you can then install the loader.
  93.  
  94.  
  95.  
  96. ##########################################################################
  97. #   5   -   Server 2012 compatibility and Windows 8
  98. ##########################################################################
  99. Starting with the Server 2012 range Microsoft requires the RSDP to be in read only memory. Because of this there are limitations.
  100.  
  101.  
  102. * Systems with an existing SLIC in their BIOS should have success
  103. * Systems with an Intel CPU may have success due to chipset lock picking
  104. * Systems with an AMD CPU may struggle to gain activation status if they don't have an existing SLIC in their BIOS
  105. * If the loaders details line contains "v2.2" but your systems not activated then your systems probably not compatible
  106.  
  107. ======
  108. To convert Windows Server 2012 from an evaluation edition you must use the following command:
  109.  
  110. DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
  111.  
  112. Here's two examples:
  113.  
  114. DISM /online /Set-Edition:ServerDatacenter /ProductKey:B7RRX-RVN4P-PCPBM-89D8Y-X4PQH /AcceptEula
  115. DISM /online /Set-Edition:ServerStandard /ProductKey:VDNYM-JBKJ7-DC4X9-BT3QR-JHRGY /AcceptEula
  116.  
  117. Your system may then need to reboot 2 times before the loader will work.
  118. ======
  119.  
  120. Windows 8 support may never be added to the loader because the activation system has changed. It wouldn't be safe for me to
  121. include what are basically retail keys as they can be blocked.
  122.  
  123. * OA 2.0 keys can be shared
  124. * OA 2.1 keys can be shared
  125. * OA 2.2 keys can be shared
  126. * OA 3.0 keys can't be shared (This is what Windows 8 uses)
  127.  
  128. I'll make one thing clear too. There are no activators for Windows 8. Anything that modifies files inside of the Windows
  129. directory is considered hacktivation, not activation. You're NOT safe and it's NOT permanent.
  130.  
  131. If you simply want your OS to look like Windows 8 then I'd suggest you try Windows Server 2012 Datacenter.
  132.  
  133. http://www.win2012workstation.com/
  134. http://www.win2008workstation.com/forum/viewtopic.php?f=54&t=2108
  135. http://www.win2008workstation.com/forum/viewtopic.php?f=52&t=2311
  136. http://www.win2008workstation.com/forum/viewtopic.php?f=56&t=2172&start=14
  137.  
  138.  
  139.  
  140. ##########################################################################
  141. #   6   -   Checksums
  142. ##########################################################################
  143. File   : Windows Loader.exe
  144. CRC-32 : e580416d
  145. MD4    : 388cfead89a4d31fdde06437c0daf845
  146. MD5    : e7be2c033c6ab0ba199b4717f98bc947
  147. SHA-1  : 6c964ec7100ad55922e186a157a445825998cfa4
  148.  
  149.  
  150.  
  151. ##########################################################################
  152. #   7   -   Changes
  153. ##########################################################################
  154. Version 2.2
  155. * Fixed Xen detection
  156. * Fixed a small issue with some decoded keys
  157. * Pressing the delete key will now remove the OEM picture
  158. * Other minor tweaks and fixes
  159.  
  160. Version 2.1.9
  161. * Added a new GRLDR
  162. * Blocked the loader from installing onto Xen as it's not supported
  163. * Added notes about Windows Server 2012 and Windows 8 to the read me file
  164.  
  165. Version 2.1.8
  166. * Added a new GRLDR (required to support Server 2012 operating systems)
  167. * Added support for Windows Server 2012 Standard, Essentials, Foundation & Datacenter
  168. * Added support for Windows Storage Server 2012 Standard & Workgroup
  169. * Added support for Windows MultiPoint Server 2012 Standard & Premium
  170. * Added HEDY Windows 7 Ultimate key
  171. * Added ByteSpeed, DakTech, Genuine C&C, INSYS, WIPRO & Zoostorm Windows 7 Professional keys
  172. * Added ByteSpeed & INSYS Windows 7 Home Premium keys
  173. * Added AOC & ByteSpeed Windows 7 Starter keys
  174. * Added AOC, ByteSpeed, EXTRA Computer GmbH, Mustek, Velocity and Western Digital v2.1 SLIC's and certificates
  175. * Added a Dell v2.2 SLIC to activate 2012 server editions (only recommended for Server 2012 unless you're dual booting with Windows 7/Vista)
  176. * Added new launch parameters
  177. * Fixed a Windows key decoding bug
  178. * Fixed the "Licensed" text color for BIOS activated systems
  179. * Other minor tweaks and fixes
  180.  
  181. Version 2.1.7
  182. * Fixed a bug that was causing the RSDT to get trashed
  183.  
  184. Version 2.1.6
  185. * Added a new GRLDR version
  186. * Fixed a Hyper-V installation issue
  187. * Added Tangent Professional serial
  188. * Added Dealin Starter serial
  189.  
  190. Version 2.1.5
  191. * Added a new GRLDR version
  192. * Added Jetway Home Premium, Home Basic and Starter serials
  193. * Added Jetway SLIC and certificate
  194. * Fixed a bug that caused the unsupported status to be set for every type of issue
  195. * Highlighted the status line so that people understand that Windows 7 Enterprise is an unsupported operating system
  196. * Other minor tweaks and fixes
  197.  
  198. Version 2.1.4
  199. * Fixed a bug that would cause some systems to fail to boot
  200. * Fixed a bug where an unsupported OS would fail to have it's status set to unsupported
  201. * Added Qbex SLIC and certificate
  202. * Other minor tweaks and fixes
  203.  
  204. Version 2.1.3
  205. * Added a new GRLDR version
  206. * Added support for Windows Home Server 2011
  207. * Added support for Windows Server 2008 R2 Datacenter
  208. * Added a few new serials
  209. * Improved handling for systems with missing ACPI tables
  210.  
  211. Version 2.1.2
  212. * Added a new GRLDR version that fixes 2 bugs
  213. * Added support for Windows Small Business Server 2011 Essentials
  214. * Added lots of missing Vista serials (Thanks to Tito)
  215.  
  216. Version 2.1.1
  217. * Fixed a bug that prevented existing SLIC's from being ignored
  218. * Fixed a bug that caused Windows 8 serials to be decoded incorrectly
  219. * Added Equus, Impression Computers and Xplore SLIC's and certificates
  220. * Added Toshiba Windows 7 Ultimate serial
  221. * Added Xplore Windows 7 Professional serial
  222. * Added Impression Computers Windows 7 Home Premium serial
  223. * Added LaCie Windows Server 2008 R2 Standard serial
  224. * Added Western Digital Windows Storage Server 2008 R2 Essentials serial
  225.  
  226. Version 2.1
  227. * Added a new GRLDR version
  228. * Added CRC32 checksums to SLIC and certificate dumps
  229. * Enhanced serial decoding so that it supports Windows 8
  230. * Added EXO, ONKYO and Quanmax Home Premium serials
  231. * Added EXO and ONKYO SLIC's and certificates
  232. * Removed NEC Ultimate serial as it's not NEC
  233. * Other minor tweaks and fixes
  234.  
  235. Version 2.0.9
  236. * Added a new GRLDR version
  237. * Added NTFS checks for the active system partition
  238. * Added Paradigit SLIC and certificate
  239. * Added Paradigit Home Premium serial
  240. * Added ZT Systems Home Premium serial
  241. * Added NEC Ultimate serial
  242. * Other minor tweaks and fixes
  243.  
  244. Version 2.0.8
  245. * Fixed a bug that prevented external SLIC's and certificates from loading
  246. * Fixed a bug that prevented the AT Computers profile from working
  247. * Added BGH e-Nova SLIC and certificate
  248. * Added BGH e-Nova Professional serial
  249.  
  250. Version 2.0.7
  251. * Added a new GRLDR version
  252. * Added Hyper-V support
  253. * Added Quanmax Professional serial
  254. * Added Stone Ultimate, Professional, Home Basic and Starter serials
  255. * Further enhanced partition identification
  256. * Fixed a bug in the uninstall function
  257. * Fixed access to the recovery menu (Hold 'R' during boot)
  258. * Other minor tweaks and fixes
  259.  
  260. Version 2.0.6
  261. * Added a new GRLDR version
  262. * Fixed the ignore existing SLIC option
  263. * Added Stone Home Premium serial
  264. * Added Itautec Home Basic serial
  265. * Added Stone and Itautec SLIC's and certificates
  266. * Cleaned up serials for all Windows Server editions
  267. * Other minor tweaks and fixes
  268.  
  269. Version 2.0.5
  270. * Added a new GRLDR version
  271. * Added a new option to patch all OEM table ID's
  272. * Added CCE, Chuangzhicheng and Crea SLIC's and certificates
  273. * Added CCE Windows 7 Professional serial
  274. * Added KSystems and Crea Windows 7 Starter serials
  275. * Changed the way partitions are identified which should fix boot issues for systems with hidden OS partitions
  276.  
  277. Version 2.0.4
  278. * Added a new GRLDR version
  279. * Recoded around 30% of the application so that the UI can always remain displayed
  280. * Added progress indicators
  281. * Added LG Starter serial
  282. * Added HP and IBM Windows Small Business Server 2011 Standard serials
  283. * Added Kraftway and Philco Home Premium serials
  284. * Added Philco profile
  285. * Other minor tweaks and fixes
  286.  
  287. Version 2.0.3
  288. * Added a new GRLDR version
  289. * Removed the prompt to ignore invalid SLIC's and have made the setting apply for Samsung systems only
  290. * Other minor tweaks and fixes
  291.  
  292. Version 2.0.2
  293. * Added a new GRLDR version
  294. * Added TAROX Ultimate, Professional, Home Premium and Starter serials
  295. * Fixed a bug that caused the wrong certificate to be dumped on some machines
  296. * Added a prompt to ignore the existing SLIC on a system if the SLIC is invalid
  297. * Other minor tweaks and fixes
  298.  
  299. Version 2.0.1
  300. * Added a new GRLDR version
  301. * Added TAROX and Vestel SLIC's
  302. * Added Positivo and Kraftway Home Basic serials
  303. * Enhanced the installation of GRLDR
  304. * Enhanced the dump option so that it will now dump the certificate and serial as well as the SLIC
  305. * Other minor tweaks and fixes
  306.  
  307. Version 2.0.0
  308. * Fixed a bug that could cause the application to crash
  309. * Fixed unicode character input for OEM information editing
  310.  
  311. Version 1.9.9
  312. * Fixed sandbox bug
  313.  
  314. Version 1.9.8
  315. * Added a new GRLDR version
  316. * Added OEM branding options
  317. * Added AT Computers, Genuine & Zoostorm SLIC's
  318. * Added Genuine Home Premium serial & Zoostorm Starter serial
  319. * Enhanced error handling
  320. * Enhanced environment detection
  321. * Other minor tweaks and fixes
  322.  
  323. Version 1.9.7
  324. * Added a new GRLDR version (This should fix many problems)
  325. * Added Viewsonic Starter serial
  326.  
  327. Version 1.9.6
  328. * Added a new GRLDR version
  329. * Added Aquarius, Hannspree, Hyrican, Lanix, Semp Toshiba, Twinhead & Synnex SLIC's
  330. * Added Exper, Fujitsu and Hannspree Starter serials
  331. * Added Dealin, Founder and Fujitsu Home Basic serials
  332. * Added Gigabyte and Shuttle Home Premium serials
  333. * Added Dealin and Mercer Professional serials
  334. * Added Fujitsu Ultimate serial
  335. * Added HP serials for UltimateE, ProfessionalE, HomePremiumE & StarterE
  336. * Other minor tweaks and fixes
  337.  
  338. Version 1.9.5
  339. * Added a new GRLDR version which fixes a bug that prevented activation on systems with an XSDT
  340.  
  341. Version 1.9.4
  342. * Added a new GRLDR version (Improves the ignore existing SLIC function)
  343. * Disabled table sorting by default for compatibility reasons
  344. * Added an option to disable type 3 memory as well as an option to reverse the SLIC search direction
  345. * Displays motherboard version to help with debugging
  346. * Added ECS, Dealin, Higrade and KSystems SLIC's
  347. * Added HCL, Ksystems and MSI Home Basic serials
  348. * Added MSI Professional serial
  349. * Added Dealin Home Premium serial
  350. * Other minor tweaks and fixes
  351.  
  352. Version 1.9.3
  353. * You can now install the loader from safe mode
  354. * Added Panasonic, Viewsonic and Kraftway SLIC's
  355. * Added Viewsonic and Kraftway serials
  356. * Fixed a status refresh bug that caused the OS information to be displayed twice
  357. * Other minor tweaks and fixes
  358.  
  359. Version 1.9.2
  360. * Added a new GRLDR version
  361. * Added an option to disable ACPI table sort (Use this if your system hangs under the default settings)
  362. * Added an option to disable the usage of type 4 memory (Try this if you lose genuine status after hibernation or sleep)
  363. * Tweaked the UI which now also displays the systems current serial
  364. * Fixed a bug which prevented the application from installing the loader over really old GRLDR versions
  365. * Other minor tweaks and fixes
  366.  
  367. Version 1.9.1
  368. * Improved corrupt SLIC detection
  369. * Added Medion Starter serial & STEG Professional serial
  370. * Added a new GRLDR version
  371. * Other minor tweaks and fixes
  372.  
  373. Version 1.9
  374. * Fixed a bug that caused a few systems to hang
  375. * Added an option to ignore a systems existing SLIC
  376.  
  377. Version 1.8.9
  378. * Added a new GRLDR version
  379. * The default boot menu display time is now set to 30 seconds
  380. * Custom usermenu.lst file scanning is now an option (disabled by default)
  381. * Other minor tweaks and fixes
  382.  
  383. Version 1.8.8
  384. * Added 8-bit SLIC checksum verification
  385. * Added a new custom application icon (Thanks to Logie)
  386. * Added a new GRLDR version (Fixes custom menu loading, just be sure to call your menu usermenu.lst)
  387. * Improved ASUS system profiling
  388. * Fixed a bug that prevented people upgrading from version 1.7.x to 1.8.4 or newer
  389.  
  390. Version 1.8.7
  391. * Loads your last used settings (Should work with all 1.8.x builds)
  392. * Added a new GRLDR version
  393.  
  394. Version 1.8.6
  395. * Added a new GRLDR version
  396. * Added SLIC detection with a dumping feature (Used to check if a SLIC is valid)
  397.  
  398. Version 1.8.5
  399. * Fixed a bug that caused upgrading to fail when "preserve current boot code" was selected
  400. * Added a new GRLDR version
  401. * Added Alienware serial (Professional)
  402. * Other minor tweaks and fixes
  403.  
  404. Version 1.8.4
  405. * Added a new GRLDR version (Calculates the EBDA end 256 bytes lower)
  406. * Added the ability to give the SLIC a custom position (Useful if SLIC emulation fails under the default options)
  407. * Added Olidata SLIC, certificate and serial
  408.  
  409. Version 1.8.3
  410. * Added a new GRLDR version (Fixes EBDA length calculation)
  411.  
  412. Version 1.8.2
  413. * Reverted the loaders memory scanning back to low memory first and then EBDA
  414. * Fixed x64 partition checks
  415. * Other minor tweaks and fixes
  416.  
  417. Version 1.8.1
  418. * Added a legacy mode which should activate some systems that don't comply with the normal ACPI specifications
  419. * Improved support for compressed partitions
  420. * Added Toshiba, Exper, Wortmann and Casper SLIC's
  421. * Added a new HCL Windows 7 Professional serial
  422. * Other minor tweaks and fixes
  423.  
  424. Version 1.8
  425. * Cleaned up and improved a lot of code
  426. * Added a new GRLDR version (Thanks to lash78 for spending a few hours helping to debug)
  427. * Made the UI even more user friendly
  428. * Added some new serials
  429. * Improved certificate OEMID to system OEMID installation
  430. * Made OEM recovery partition ignoring optional
  431.  
  432. Version 1.7.9
  433. * Fixed a bug that caused an error on non-english systems
  434. * Added an option to disable the loaders random file padding (Use this if you get stuck in a reboot loop and can't access GRUB)
  435.  
  436. Version 1.7.8
  437. * Fixed loader file padding issue that caused some systems to fail to boot into Windows
  438. * Fixed Windows Server 2008 R2 support
  439. * Fixed loader pointer issues (For when each OS needs it's own active partition exclusive while other primaries are set to hidden)
  440. * Added an option to set the boot menu timeout
  441. * Added an option to install the loader without changing your systems MBR (Good for Linux users & FirstDefense-ISR)
  442. * Added support for Haier, Hasee, HCL, Jooyon, NEC, Tongfang and Viliv
  443. * Added various new OEM SLP serials
  444. * Blocked title version modifications
  445. * Cleaned up some code for better performance (May help fix the rare partition finder error)
  446.  
  447. Version 1.7.7
  448. * Fixed loader modes to stop system hangs
  449. * Changed the way the loader is wrote to the partition (no more mounting)
  450.  
  451. Version 1.7.6
  452. * Improved the encryption support
  453. * Added support for Gigabyte
  454. * Added Toshiba Professional serial
  455.  
  456. Version 1.7.5
  457. * Removed the beta SLIC detection (caused crashes on 1.7.4)
  458. * Added support for LG
  459. * Added various new OEM SLP serials
  460.  
  461. Version 1.7.4
  462. * Improved SLIC detection (still not tied to anything, it's simply a BETA feature until I get more feedback)
  463. * Fixed file write errors caused by version 1.7.3
  464. * Added support for Server Standard R2
  465. * Added support for FSC, Quanmax and Trigem
  466. * Added various new OEM SLP serials
  467.  
  468. Version 1.7.3
  469. * Improved free drive letter assignment
  470. * Corrected some grammar
  471. * Added random SLIC encryption support, this means everyones SLIC will have a unique encryption
  472. * Added GRLDR file size randomization
  473. * Added GRLDR v0.97-DAZ+SEC-R2. This is just a minor version to support the random encryption
  474. * Added SLIC table detection (BIOS mod and software, it can tell the difference)
  475. * Added support for Advent, Medion and Nokia
  476. * Added various new OEM SLP serials
  477.  
  478. Version 1.7.2
  479. * Added encrypted SLIC support
  480. * Added random loader names
  481. * Added byte differences (everyones GRLDR loader won't be byte for byte the same)
  482. * Added a new GRLDR version (0.97) from zsmin (custom edition for my program)
  483. * Added /norestart argument
  484. * Added support for Windows 7 Home Basic (4 new keys)
  485.  
  486. Version 1.7.1
  487. * Removed window transparency to fix a Windows 7 artifacts bug and improve responsiveness on older systems using onboard graphics
  488. * Improved the "Custom menu.lst" loader option. It will now show all people using this setting the GRUB menu at system startup
  489. * Upgraded some certificates to version 2.1
  490. * Added a new GRLDR version (0.96) from zsmin (custom edition for my program)
  491. * Added external SLIC support (read "How to add support.txt" for more info)
  492. * Added support for BenQ and Sony machines
  493. * Added support for Windows 7 Starter Edition
  494. * Added various new OEM SLP serials
  495.  
  496. Version 1.7
  497. * Removed the older loader
  498. * Added loader mode options
  499. * Changed the UI so that it's now slightly transparent as well as resized to suit the new options
  500. * Added Samsung support for Windows 7 Ultimate, Professional & Home Premium editions
  501. * Improved internal resources security
  502.  
  503. Version 1.6.9
  504. * Added amber as a color to the application integrity checking as well as a few tweaks to the existing code (you should still always check the displayed application path even when green)
  505. * Cleaned up some code for better performance
  506. * Added new GRLDR 0.94 from zsmin
  507.  
  508. Version 1.6.8
  509. * Added application integrity checking. This is a new feature which will display you with information about how the application was launched when the mouse is hovered over the green or red icon. It's goal is to inform you if you are running an untouched version of the application or one that could have been modified in some way by a script kiddie. Of course green is the best result, if it's red then be cautious as someone's likely binded a trojan!
  510.  
  511. Version 1.6.7
  512. * Fixed Windows Vista activation status
  513. * Added Windows 7 Enterprise editions as a supported OS, although you will need to wait for OEM SLP keys to leak
  514.  
  515. Version 1.6.6
  516. * Fixed activation checking for non-english systems (This release is just to address confusion as to if a system is activated or not)
  517.  
  518. Version 1.6.5
  519. * Improved profile matchups (for matching a SLIC, certificate and serial)
  520. * Added activation checking for Windows 7, Vista and Server 2008
  521. * Added tokens checking for Windows 7 (alerts the user, repair is manual so that later on down the line this loader will never frankenbuild your system itself!)
  522. * Added error handling should UAC fail to elevate the application
  523. * Added Asus SLIC, certificate and Home Premium serial
  524. * Added new GRLDR beta 0.93 from zsmin
  525.  
  526. Version 1.6.4
  527. * Fixed a missing serial issue when run as a standalone
  528. * Added checking to elevate to an administrator only when run on Vista or Windows 7
  529. * Corrected a typo found during an uninstall
  530.  
  531. Version 1.6.3
  532. * Fixed a missing serial issue caused by the new bios type detection feature
  533. * Fixed an issue which would cause the application to start hidden behind other windows
  534.  
  535. Version 1.6.2
  536. * UAC control reworked
  537. * Changed the default loader to zsmin's
  538. * Bios type detection now assigns a SLIC, certificate and if possible a serial to match
  539. * Added leaked Dell Home Premium key
  540.  
  541. Version 1.6.1
  542. * Fixed Windows Vista version detection
  543. * Added new Dell Windows 7 Professional key
  544. * Added new GRLDR beta 0.91 from zsmin
  545.  
  546. Version 1.6
  547. * Fixed Windows version detection (name spaces were off)
  548. * Added support for Windows 7 Home Premium
  549. * Compressed the internals a litte so the executable size has been shaved just a little
  550.  
  551. Version 1.5.9
  552. * Added new GRLDR beta 0.90 from zsmin
  553. * Fixed missing OS information on unsupported OS's
  554.  
  555. Version 1.5.8
  556. * Keys and certificates now use internals when external files cannot be found (this means you can run just the executable as a standalone application)
  557. * Added future OS key support (via Keys.ini)
  558. * Changed how an unsupported OS is displayed
  559. * Added new GRLDR beta 8c from zsmin
  560.  
  561. Version 1.5.7
  562. * Fixed unicode text string issue which caused activation to fail
  563. * Fixed title assignment for unsupported operating systems
  564. * Added new GRLDR beta 8b from zsmin
  565.  
  566. Version 1.5.6
  567. * Full recode so that debugging is easier for me and performance and reliability is better for you
  568. * User interface redesigned for simplicity
  569. * Added new GRLDR beta 8 from zsmin (Thanks go to him)
  570. * Added external certificate support for bios modders
  571. * Added external key input support
  572. * Added argument support
  573.  
  574. Version 1.5.5
  575. * Improved error handling even more
  576. * Rewrote drive mounting code (should fix the x64 mounting issue and letter assignment)
  577. * Mac users should now automatically have the experimental loader option selected for them
  578. * Tweaked UI layout just a little (width was off)
  579. * Fixed other minor issues
  580.  
  581. Version 1.5.4
  582. * Tweaked free drive letter handling just a little
  583. * Corrected a typo on the experimental loader option
  584. * Corrected Windows Vista version ID
  585.  
  586. Version 1.5.3
  587. * Fixed a rare issue that would select a network drive as a free drive letter
  588. * Performing an uninstall now restores to the default Windows 7/Vista bootsect (wasn't required, but some machines need this!)
  589. * Performing an uninstall now inserts trial keys so you will have x amount of days remaining (On Windows 7)
  590. * Upgraded support for error handling (errors get logged to the system event viewer)
  591. * The loader window will now start centered when launched
  592. * Added a custom file icon (Thanks to my friend Logie)
  593. * Added support for Starter, HomeBasicN and BusinessN versions of Windows Vista
  594. * Upgraded experimental GRLDR to beta 6 (Thanks to zsmin)
  595. * Added another GRLDR for older Dell and HP machines to try (the older loader option)
  596. * Cleaned up code in general
  597.  
  598. Version 1.5.2
  599. * Fixed a rare issue which could cause a nil object exception
  600. * The window title will now change to a more suiting "Windows Vista Loader v1.5.2 - By Daz" when run on Windows Vista
  601.  
  602. Version 1.5.1
  603. * Updated GRLDR v0.4.4 to beta version 4 (Thanks to zsmin)
  604.  
  605. Version 1.5
  606. * Fix to prevent hangs at boot when each OS needs it's own active partition exclusive while other primaries are set to hidden. Every other loader has this bug! (Thanks to endeavor for working with me to fix this issue)
  607. * Can now activate both Windows 7 and Windows Vista, just run the loader on either OS
  608. * Optional new beta GRLDR v0.4.4 can be used on Mac or Windows (New GRLDR created by zsmin, boots Windows 7 on a Mac much faster)
  609. * Updates to GRLDR v0.4.4 to become dynamic and allow slic change
  610. * Fixed UI font sizes for users who have changed their system font
  611.  
  612. Version 1.4
  613. * Added x64 support
  614. * Drive letter assignment is now automatic
  615. * Changed how the key input is handled
  616. * Made UI a little more user friendly
  617.  
  618. Version 1.3
  619. * Added brand support to the loader creator
  620. * Added certificate and serial install only for bios modded users
  621. * Added new Ultimate and Professional keys
  622. * The loader now automatically displays keys only for your installed version of Windows 7
  623.  
  624. Version 1.2
  625. * UAC settings modified in manifest
  626. * Added future support for Windows 7 Professional
  627.  
  628. Version 1.1
  629. * Silent certificate and key installs
  630. * Fixed file overwriting issue
  631. * Lists some BIOS information
  632.  
  633.  
  634.  
  635. ##########################################################################
  636. #   8   -   Arguments
  637. ##########################################################################
  638. /silent
  639.  Turns on silent mode
  640.  
  641. /restart
  642.  Restart the OS after install (used with /silent)
  643.  
  644. /norestart
  645.  Prevents system restart after successful installation
  646.  
  647. /preactivate
  648.  This just helps the loader decide on it's environment
  649.  
  650. /bios
  651.  Force the application to install just the certificate and serial
  652.  
  653. /loader
  654.  Force the application to install the loader
  655.  
  656. /relocate
  657.  This forces the loader to relocate the RSDP if it's required
  658.  
  659. /disable4
  660.  This will prevent the loader from using type 4 memory
  661.  
  662. /disable3
  663.  This will prevent the loader from using type 3 memory
  664.  
  665. /legacy
  666.  This will install the loader using the legacy mode
  667.  
  668. /ignore
  669.  The loader will ignore the systems existing SLIC
  670.  
  671. /swap
  672.  Install the loader without changing your systems boot code
  673.  
  674. /k=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
  675.  Set the Windows 7/2008/Vista key
  676.  
  677. /c=
  678.  Set the certificate (use the name of a certificate from the certificates folder or from the SLIC list)
  679.  
  680. /s=
  681.  Set the SLIC (Acer, Advent, Alienware, AOC, Aquarius, Asus, AT Computers, BEKO, BenQ, BGH e-Nova, ByteSpeed, Casper, CCE, Chuangzhicheng, Crea, Dealin, Dell, Digimer, Equus, Excimer, EXO, Exper, EXTRA Computer GmbH, Founder, FSC, Fujitsu, Genuine, Gigabyte, Haier, Hannspree, Hasee, HCL, Higrade, HP, Hyrican, Impression Computers, INSYS, Itautec, Jetway, Jooyon, Kraftway, KSystems, Lanix, Lenovo, LG, MA Technology, Medion, MiTAC, MSI, Mustek, NEC, Nokia, Olidata, ONKYO, Panasonic, Paradigit, Philco, Positivo, PowerSpec, Qbex, Quanmax, RM Education, Samsung, Sony, Stone, Synnex, Systemax, Tarox, Tongfang, Toshiba, Trigem, Twinhead, Velocity, Vestel, Viewsonic, Viliv, Western Digital, Wortmann, Xplore, Zoostorm)
  682.  
  683. ======
  684. * If you don't set the certificate it will default to your BIOS's model
  685. * If you don't set the SLIC it will default to your BIOS's model
  686. * If you don't set the key it will default to your BIOS's model and the correct one for the OS (Ultimate, Professional, Starter or Home Premium)
  687. * You can use these arguments via SetupComplete.cmd to pre-activate Windows 7/Vista/Server 2008
  688. ======
  689.  
  690. Example:
  691. "D:\Windows Loader.exe" /silent /restart /k=342DG-6YJR8-X92GV-V7DCV-P4K27 /c=Acer /s=Acer
  692.  
  693.  
  694. SetupComplete.cmd Example:
  695.  
  696. @ECHO OFF
  697. %~dp0"Windows Loader.exe" /silent /preactivate
  698. cd %~dp0
  699. attrib -R -A -S -H *.*
  700. SHUTDOWN /R /T 5
  701. RMDIR /S /Q "%WINDIR%\Setup\Scripts"
  702. exit
  703.  
  704.  
  705.  
  706. ##########################################################################
  707. #   9   -   Extra
  708. ##########################################################################
  709. If a certificate or SLIC is released and I have not put out a new version of my application simply create two folders, one called "Certificates" and another called "SLICs".
  710.  
  711. In each folder put the files you want to add support for, just be sure you label the files like this:
  712.  
  713. *Certificates folder*
  714. Acer.XRM-MS
  715. Advent.XRM-MS
  716. Alienware.XRM-MS
  717. Asus.XRM-MS
  718.  
  719.  
  720. *SLICs folder*
  721. Acer.BIN
  722. Advent.BIN
  723. Alienware.BIN
  724. Asus.BIN
  725.  
  726.  
  727. When using external files all preset internals will be ignored. This is a cleaner approach for users who want to build their own list without my presets getting in the way.
  728.  
  729.  
  730.  
  731. Special thanks:
  732. BobSheep, zsmin & Woota!?
  733.  
  734. Thanks:
  735. Everyone who supports this project, you're all the reason I'm still working on it.